Re: [openssl-users] openssl problems

2018-06-08 Thread Matt Caswell
On 07/06/18 21:40, wazzu62 wrote: > read from 0x55f11344dea0 [0x55f113455ee3] (5 bytes => 5 (0x5)) > - 48 54 54 50 2fHTTP/ Here is your problem. s_client sends a TLS ClientHello to the server. And the server responds with HTTP!!! The server is not using

Re: [openssl-users] openssl problems

2018-06-07 Thread wazzu62
I will look into the wireshark trace Here is the output with the debug option CONNECTED(0003) write to 0x55f11344dea0 [0x55f11345f100] (176 bytes => 176 (0xB0)) - 16 03 01 00 ab 01 00 00-a7 03 03 8c 1a 33 4f 8e .3O. 0010 - fb e3 3f 51 82 36 ae 38-5e 86 3c af d2 82 0f d9 ..

Re: [openssl-users] openssl problems

2018-06-07 Thread Matt Caswell
On 07/06/18 17:57, wazzu62 wrote: > When I run the following command on the server the reverse proxy is pointing > to I get a similar error > *openssl s_client -connect localhost:443* > CONNECTED(0003) > 140508314333632:error:1408F10B:SSL routines:ssl3_get_record:wrong version > number:../ss

Re: [openssl-users] openssl problems

2018-06-07 Thread Michael Wojcik
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf > Of wazzu62 > Sent: Thursday, June 07, 2018 10:57 > Attempts to connect to the reverse proxy endpoint via a browser generate > the following error in the apache log file By "the apache log file", you mean the log for the

[openssl-users] openssl problems

2018-06-07 Thread wazzu62
I will preface this with the fact I am not an ssl expert. I am trying to resolve an issue I am having with apache and a reverse proxy that I think is ssl related. Attempts to connect to the reverse proxy endpoint via a browser generate the following error in the apache log file [Tue May 29 09:14:

openssl problems

2002-11-07 Thread fxian_2003
Hi,openssl-users I met a trouble. Today I encrypted a txt file with openssl package (windows version) in win2k, but I couldn't decrypt it with openssl lib(linux version) in linux(RH7.2). The APIs I used are : EVP_cipherinit(); EVP_cipherupdate(); EVP_cipherfinal(). Look forward to your

RE: Please help. Apache openssl problems.

2001-10-17 Thread Scott Statland
Title: Message Ok, I admit it.   It was s stupid newbie mistake. I had thought that having the CERT in the global options for the server would suffice. openssl & modssl were down earlier so the documentation that I had was sparse at best. But in any case I got it.   Thanks for all the

Please help. Apache openssl problems.

2001-10-17 Thread Scott Statland
Title: Message No matter what I do, I can't seem to connect via https. I keep getting the error: [Wed Oct 17 07:02:10 2001] [error] [client 66.65.3.10] Invalid method in requestt ˆˆFrom what I have read, this means that I am trying to talk https on a port that only speaks http.   I have tri

OpenSSL problems

2000-07-21 Thread Anton Malinovski
Dear all: I encountered the following problems when using OpenSSL-0.9.5a : 1)when compiled with Purify (for Solaris), it dumps core in bn_* functions ; 2) when sending with SSL_write a single '\n' character (decimal code 10), SSL_read (or SSL_peek) reads it as ^Q (decimal code 17) character. Wh

Re: openSSL problems?

1999-05-16 Thread Bodo Moeller
Renjie Tang <[EMAIL PROTECTED]>: >when I use 'purify' > to debug it, I found a lot of UMR (Uninitialized Memory Read) errors, > most of them are from RAND-seed(), ssleay_rand(). > Are those errors supposed to be there? or I missed some initializat

openSSL problems?

1999-05-13 Thread Renjie Tang
Hello, I am using openSSL 0.9.2b. I have written a simple client program which try to establish the communication with a server understands SSL. The sample code is attached. It runs fine. But when I use 'purify' to debug it, I found a lot of UMR (Uninitialized Memory Read) errors, most of them