expose icon indicating copy to clipboard operation
expose copied to clipboard

failed during TLS handshake - SSL routines:ssl3_get_record:wrong version number

Open connor11528 opened this issue 3 years ago • 5 comments

Hi there, I am looking to get started sharing my Laravel 8 site using Expose. I normally do local development with Laravel Valet and view my site locally at http://employbl-core.test. After downloading the composer package globally and activating my token I went to share my site and got an error:

$ expose share http://employbl-core.test/
Trying to use custom domain: http

Could not connect to the server.
Connection to sharedwithexpose.com:443 failed during TLS handshake: Unable to complete TLS handshake: SSL operation failed with code 1. OpenSSL Error messages: error:1408F10B:SSL routines:ssl3_get_record:wrong version number

The error persists when trying different domains of just entering expose. Do I have some config that's off or any ideas what's not working here?

connor11528 avatar Nov 25 '21 04:11 connor11528

I'm also having this issue, and am currently ¯\_(ツ)_/¯ about the possible cause. I'm getting this when I try to just curl sharedwithexpose.com

curl https://sharedwithexpose.com
curl: (35) error:1400410B:SSL routines:CONNECT_CR_SRVR_HELLO:wrong version number

so maybe there's some misconfiguration on the SSL libraries we're using? A coworker gets a successful response when curling the url, so it should work.

korey-enright avatar Nov 30 '21 23:11 korey-enright

Having the same issue – Any luck?

haleyngonadi avatar Jan 05 '22 00:01 haleyngonadi

@mpociot just had this issue when upgrading to latest

dillingham avatar Aug 07 '22 16:08 dillingham

@mpociot

Could not connect to the server.
Connection to tls://us-1.sharedwithexpose.com:443 failed during TLS handshake: SSL operation failed with code 1. OpenSSL Error messages: error:1408F10B:SSL routines:ssl3_get_record:wrong version number

dillingham avatar Aug 07 '22 16:08 dillingham

Same here

Could not connect to the server.

Connection to tls://us-1.sharedwithexpose.com:443 failed during TLS handshake: SSL operation failed with code 1. 
OpenSSL Error messages: error:1408F10B:SSL routines:ssl3_get_record:wrong version number

Script expose handling the __exec_command event returned with error code 1

jostromhaug avatar Sep 07 '22 17:09 jostromhaug

I am seeing this issue as well. The weird thing is it worked the first time, then I stopped and started it again and now I'm seeing this error no matter what I try.

Could not connect to the server. Connection to tls://sharedwithexpose.com:443 failed during TLS handshake: SSL operation failed with code 1. OpenSSL Error messages: error:1408F10B:SSL routines:ssl3_get_record:wrong version number

jtomlinson avatar Jan 11 '23 13:01 jtomlinson

Sorry for the late reply but this should be solved and it's also related to the managed version and not an expose open source issue.

sschlein avatar Dec 21 '23 12:12 sschlein