Thread
:
Microb and TLS 1.2
View Single Post
Halftux
2020-03-29 , 15:35
Posts: 878 | Thanked: 2,535 times | Joined on Feb 2012 @ Germany
#
65
So I had some time to use nginx as reverse proxy and it seems to work.
So I used for testing a tls v1.2 page with sni and new ciphers:
https://fancyssl.hboeck.de/
supported ciphers from server:
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (0xc030) ECDH secp521r1 (eq. 15360 bits RSA) FS 256
TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 (0x9f) DH 2048 bits FS
Success Microb was able to show me the page
So in microb I put
http://fancyssl.hboeck.de
and could see the page.
When I was using https I got a ssl_error_no_cypher_overlap. It could be that nginx using the cipher from microb which is not allowed with fancyssl.
So it was easier as I thought I used in the end this information here:
https://superuser.com/questions/1487...era-wi/1487784
So all connection from microb to nginx are http request which get translated to https. You only need to set the proxy in the connection settings to 127.0.0.1.
__________________
N900:
gpxsee
,
fahrplan
,
gpscon
,
genwall
,
qrcode
,
hextool
,
libjansson4
,
libevent-2.0-5
,
cnee
,
psi-plus
,
mihphoto
,
shc
Maemo flasher/rescue live image.
Fremantle Harmattan SDK VM
Last edited by Halftux; 2020-03-29 at
16:06
.
Quote & Reply
|
The Following 7 Users Say Thank You to Halftux For This Useful Post:
DA5
,
juiceme
,
Maemish
,
misiak
,
nonsuch
,
sicelo
,
teroyk
Halftux
View Public Profile
Send a private message to Halftux
Visit Halftux's homepage!
Find all posts by Halftux