Search found 9 matches
- Mon May 03, 2021 5:20 pm
- Forum: HowTos
- Topic: HTTP Server, Content type: application/json
- Replies: 6
- Views: 8349
HTTP Server, Content type: application/json
Hello all, I have to create HTTP Server with POST requests that uses content type application/json. Request body consists of JSON body and there aren't request query parameters. Request body contains the following json: { "attribute1": 11, "attribute2": 22 } When I used httpConne...
- Wed Jan 20, 2021 11:02 pm
- Forum: Security
- Topic: Two-way TLS Authentication
- Replies: 3
- Views: 19816
Re: Two-way TLS Authentication
I found out that sslConfig solves my problem for net(e.g. netpost) functions. However, I couldn't find any information regarding how can I authenticate client certificate from Wincc OA http server. I haven't seen a sslConfig options for httpServer() and is there a way that I can authenticate client ...
- Tue Jan 19, 2021 8:22 pm
- Forum: Security
- Topic: Two-way TLS Authentication
- Replies: 3
- Views: 19816
Re: Two-way TLS Authentication
I actually want to do both ways. In TLS, there is a two-way authentication that both server and client side authenticate each other with sending their certificates. Therefore, in my Wincc OA Http server, I want to authenticate client side's certificate instead of using login authentication. https://...
- Tue Jan 19, 2021 10:50 am
- Forum: Security
- Topic: Two-way TLS Authentication
- Replies: 3
- Views: 19816
Two-way TLS Authentication
Hi all, There are two systems communicating with each other using TLS two-way authentication and one of them is Wincc OA. Wincc OA should act both as client and server. I have two questions: 1. I'm going to create a http server in WIncc OA. However, how can I authenticate the client certificate when...
- Mon Nov 30, 2020 11:27 am
- Forum: Security
- Topic: How to enable only TLS 1.3 and disable other versions?
- Replies: 1
- Views: 15601
How to enable only TLS 1.3 and disable other versions?
Hi all, I want to enable TLS 1.3 and disable all the other TLS versions. I have created a certificate and when I try the connection on the client, I can have a handshake using different TLS versions like TLS 1.2 or TLS 1.3. However I don't want client to have a handshake using TLS 1.2 or lower versi...
- Tue Oct 13, 2020 4:23 pm
- Forum: Features / Solutions
- Topic: VS Code C++ API Development
- Replies: 1
- Views: 5978
VS Code C++ API Development
Hi Everyone.
I would like to know if it is possible to develop C++ API in windows with visual studio code. If it is possible should I use msvc compiler? And how to do this?
Thanks,
I would like to know if it is possible to develop C++ API in windows with visual studio code. If it is possible should I use msvc compiler? And how to do this?
Thanks,
- Thu Jul 09, 2020 3:35 pm
- Forum: Features / Solutions
- Topic: SFTP connection with Wincc OA
- Replies: 5
- Views: 11004
Re: SFTP connection with Wincc OA
Thank you for the responses, I will look into winscp. Unfortunately, I don't think I can mount SFTP folder as a drive since SFTP server is deployed in customer's side. I only have to put and get files from there.
- Tue Jul 07, 2020 2:52 pm
- Forum: Features / Solutions
- Topic: SFTP connection with Wincc OA
- Replies: 5
- Views: 11004
SFTP connection with Wincc OA
Hi all, I'd like to know the best way to make an SFTP file transfer through Wincc OA (3.17). From the documentation, what I understood was ctrl language doesn't have a function for SFTP. netGet(), and netPost() methods do not accept SFTP connection as a valid argument and doesn't accept the SFTP URL...
- Tue Oct 08, 2019 4:16 pm
- Forum: HowTos
- Topic: Syntax Analysis of WinCC OA
- Replies: 1
- Views: 3638
Syntax Analysis of WinCC OA
Hello, I'm trying to create a parser for WinCC OA Control language and I know it is similar to ANSI-C however they are not the same. There are a lot of documents about C syntax analysis, however I couldn't find any document that has a WinCC OA syntax anaysis. Is there any document or information tha...